home *** CD-ROM | disk | FTP | other *** search
/ Mister CD-ROM Magazine 1: 20 Best Action Games / Mister CD-ROM 1.iso / demos / heretic / setup.tm_ < prev    next >
Encoding:
Text File  |  1995-04-17  |  217 b   |  15 lines

  1. @echo off
  2. cls
  3. echo RAVEN TECHNOLOGY
  4. ECHO.
  5. DEICE.EXE
  6. if ERRORLEVEL == 1 GOTO END
  7. HTIC_V10.EXE
  8. if ERRORLEVEL == 1 GOTO ERROR
  9. DEL HTIC_V10.EXE
  10. setup
  11. goto END
  12. :ERROR
  13. echo Error installing HTIC_V10.EXE!
  14. :END
  15.